home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / prompt / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  187 b   |  12 lines

  1. on(release){
  2.    if(eval("_level0/data:init") eq "new")
  3.    {
  4.       getURL(eval("/:link"),"_blank");
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(30);
  9.    }
  10.    fscommand("prompt","ok");
  11. }
  12.